home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global cual2
- if not soundBusy(1) then
- if cual2 = 7 then
- puppetSound("horny")
- else
- if cual2 = 16 then
- puppetSound("ooyea1")
- else
- if cual2 = 24 then
- puppetSound("breath2")
- else
- if cual2 = 32 then
- puppetSound("canU")
- else
- if cual2 = 42 then
- puppetSound("burning")
- else
- if cual2 = 52 then
- puppetSound("breath1")
- set cual2 to 0
- end if
- end if
- end if
- end if
- end if
- end if
- set cual2 to cual2 + 1
- go(the frame + 1)
- else
- if cual2 > 52 then
- set cual2 to 0
- else
- set cual2 to cual2 + 1
- end if
- go(the frame + 1)
- end if
- end
-